man Get-ChildItem
code:man Get-ChildItem
名前
Get-ChildItem
構文
Get-ChildItem [-Path <string[]>] [-Filter <string>] [-Include <string[]>] [-Exclude <string[]>] -Recurse -Depth <uint32> -Force -Name -UseTransaction -Attributes {ReadOnly | Hidden | System | Directory | Archive | Device | Normal | Temporary | SparseFile | ReparsePoint | Compressed | Offline | NotContentIndexed | Encrypted | IntegrityStream | NoScrubData} -Directory -File -Hidden -ReadOnly -System <CommonParameters>
Get-ChildItem [-Filter <string>] -LiteralPath <string[]> [-Include <string[]>] [-Exclude <string[]>] -Recurse -Depth <uint32> -Force -Name -UseTransaction -Attributes {ReadOnly | Hidden | System | Directory | Archive | Device | Normal | Temporary | SparseFile | ReparsePoint | Compressed | Offline | NotContentIndexed | Encrypted | IntegrityStream | NoScrubData} -Directory -File -Hidden -ReadOnly -System <CommonParameters>
エイリアス
gci
ls
dir
注釈
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Get-ChildItem -Online" or
go to http://go.microsoft.com/fwlink/?LinkID=113308.